Throwing
This events gets called when ever the player is throwing an object or a throwable
Event name
plouffe_lib:throwingArgs
1 : hash of the throwableExample
AddEventHandler("plouffe_lib:throwing", function(throwableHash)
print(("Player just threw %s "):format(throwableHash))
end)